home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 201-225 / disk_214 / memdiag / readme < prev   
Text File  |  1992-05-06  |  1KB  |  30 lines

  1.      This archive contains source code, executables, and documentation for
  2. MD, a memory diagnostic program, and MQ, a program to quarantine defective
  3. memory locations.  Both programs are public domain.  When you unpack the
  4. archive you should have the following files:
  5.  
  6.      ReadMe--This file
  7.      AddAddr.c--Source for a function used in MD
  8.      Makefile--input for Lattice lmk to compile and link MD and MQ
  9.      MD*--Executable memory diagnostic program
  10.      MD.c--Source for memory diagnostic
  11.      MD.doc--Documentation for memory diagnostic
  12.      MD.uue*--Uuencoded executable memory diagnostic program
  13.      Memory.doc--Background information on the Amiga's memory management
  14.      MQ*--Executable memory quarantine program
  15.      MQ.c--Source for memory quarantine
  16.      MQ.doc--Documentation for memory quarantine
  17.      MQ.uue*--Uuencoded executable memory quarantine
  18.  
  19. *Archives will contain either the executable programs or the uuencoded
  20.  executables, but not both.
  21.  
  22.      MD will run with any Amiga configuration but requires a stack size of
  23. 10000.  It does not take over the machine but it does soak up any available
  24. memory while it is running.  It takes about 8 minutes to test a 2.5MB
  25. machine.
  26.  
  27.      MQ will run with any Amiga configuration and a stack size as small as
  28. 4000.  It suspends multi-tasking during its execution but only requires
  29. about one second to run.
  30.